home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Micro Dingo 39
/
Micro_Dingo_39_CD1.mdx
/
Delires
/
Hentai
/
sim.swf
/
scripts
/
DefineButton2_989
/
BUTTONCONDACTION on(release, keyPress e).as
Wrap
Text File
|
2002-05-21
|
186b
|
13 lines
on(release, keyPress "e"){
ship += mood * 2.3;
date = 1 + random(6);
if(mood >= 240)
{
gotoAndStop(1921);
}
else
{
gotoAndStop(1922);
}
}